home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1998 July / EnigmA AMIGA RUN 29 (1998)(G.R. Edizioni)(IT)[!][issue 1998-07 & 08].iso / recent / gadtoo.lha / GadToolsBox3 / Developers / progress.gadget / include / clib / progress_protos.h
C/C++ Source or Header  |  1996-07-03  |  333b  |  19 lines

  1. #ifndef  CLIB_PROGRESS_PROTOS_H
  2. #define  CLIB_PROGRESS_PROTOS_H
  3.  
  4. /*
  5. **    $VER: progress_protos.h 1.0 (20.6.96)
  6. **
  7. **    C prototypes. For use with 32 bit integers only.
  8. **
  9. **    (C) Copyright 1996 Tomasz Muszynski
  10. */
  11.  
  12. #ifndef  EXEC_TYPES_H
  13. #include <exec/types.h>
  14. #endif
  15.  
  16. Class *GetProgressClass(void);
  17.  
  18. #endif     /* CLIB_PROGRESS_PROTOS_H */
  19.